home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPEG Archives
/
MPEG Archives.iso
/
mpeg
/
files
/
p16.dpr
< prev
next >
Wrap
Text File
|
1996-12-28
|
152b
|
13 lines
program P16;
uses
Forms,
U16 in 'U16.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.